Versions:
docker-credential-wincred 0.9.5, released by Docker under an open-source license, is a lightweight helper that integrates Docker CLI with the Windows Credential Manager, allowing container developers to store and retrieve registry authentication data without exposing plaintext passwords. Once installed and registered, the binary is invoked automatically by the Docker engine whenever docker login is executed; the utility opens the secure Windows store, encrypts the user’s username and access token with DPAPI, and returns an opaque reference that subsequent pull or push operations can resolve transparently. Typical use cases include corporate environments governed by strict security policies that prohibit file-based credential helpers, CI pipelines running on Windows build agents that must authenticate against private Azure Container Registries, and individual developers who want to share machines without leaving Docker Hub or GHCR passwords in ~\.docker\config.json. The single-file executable is architecture-agnostic, requires no elevated privileges after initial registration, and coexists peacefully with other credential helpers in the same Docker configuration, making it a straightforward drop-in replacement for the default “wincred” store on any Windows 10 or Server 2019 host. Because the tool is maintained as part of the upstream Docker Desktop codebase, version 0.9.5 remains current and receives compatibility updates in lockstep with quarterly Docker Engine releases. docker-credential-wincred is available for free on get.nero.com, with downloads provided via trusted Windows package sources such as winget, always delivering the latest version, and supporting batch installation of multiple applications.
Tags: